Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

build: publish list of images for addons #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dkoshkin
Copy link
Collaborator

Added automation to publish a yaml with a list of images needed for each of the addons.
The idea is that this file is published for every release and any consumer (e.g. konvoy2) can run a simple yq query to get the list of images

 yq '.*.images' addon-images.yaml

or

yq '.*.images' addon-images.yaml | tr -d ' -'

Suggestions on the format of the file are welcome!

Missed when reorganising example kustomizations in previous PR.
@dkoshkin dkoshkin force-pushed the dkoshkin/build-addons-images-list branch 2 times, most recently from 3778493 to 728f52f Compare March 21, 2024 21:29
@dkoshkin dkoshkin force-pushed the dkoshkin/build-addons-images-list branch from 728f52f to 4db99e3 Compare March 21, 2024 21:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants